home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / hlp_auth / hb / macros.txt < prev    next >
Encoding:
Text File  |  1995-08-21  |  762 b   |  31 lines

  1. {\b Topic Macros}
  2.  
  3. Topic macros are string of text which HelpBuilder recognises during the compilation process and replaces with some appropriate text. Following is a list of all the recognised macros, together with example results:
  4.  
  5. HelpBuilder application copyright
  6. \'24APPCOPYRIGHT\'24        $APPCOPYRIGHT$
  7.  
  8. HelpBuilder application name
  9. \'24APPNAME\'24            $APPNAME$
  10.  
  11. Help file copyright
  12. \'24COPYRIGHT\'24            $COPYRIGHT$
  13.  
  14. Help file last built date
  15. \'24DATE\'24            $DATE$
  16.  
  17. Help file last built time
  18. \'24TIME\'24                $TIME$
  19.  
  20. Topic file last changed date
  21. \'24TOPICDATE\'24            $TOPICDATE$
  22.  
  23. Topic file last changed time
  24. \'24TOPICTIME\'24            $TOPICTIME$
  25.  
  26. Help file title
  27. \'24TITLE\'24            $TITLE$
  28.  
  29. HelpBuilder version number
  30. \'24VERNO\'24            $VERNO$
  31.